'DeclarationPublic Overloads Shared Function Create( _ ByVal code As UInteger, _ ByVal format As String, _ ByVal ParamArray args() As Object _ ) As ServiceResultException
'UsageDim code As UInteger Dim format As String Dim args() As Object Dim value As ServiceResultException value = ServiceResultException.Create(code, format, args)
public: static ServiceResultException^ Create( uint code, String^ format, ... array<Object^>^ args )
Parameters
- code
 - format
 - args